"professional blue" shadcn/ui theme

cyber-ocean
neon-depths
electric-abyss
liquid-crystal
hologram-wave
bio-luminescent
quantum-fluorescence

Shadcn/ui Theme Css Variables

name: Quantum Azurekeyword: professional blue views: 198

:root {
  --background: 199 100% 15%;
  --foreground: 185 100% 80%;
  --card: 198 100% 20%;
  --card-foreground: 185 100% 90%;
  --popover: 201 100% 12%;
  --popover-foreground: 183 100% 85%;
  --primary: 187 100% 50%;
  --primary-foreground: 199 100% 8%;
  --secondary: 196 100% 30%;
  --secondary-foreground: 184 100% 90%;
  --muted: 200 100% 25%;
  --muted-foreground: 184 90% 70%;
  --accent: 180 100% 40%;
  --accent-foreground: 200 100% 10%;
  --destructive: 358 89% 65%;
  --destructive-foreground: 196 100% 20%;
  --border: 197 100% 35%;
  --input: 198 100% 30%;
  --ring: 185 100% 60%;
  --radius: 0.75rem;
  --chart-1: 184 100% 50%;
  --chart-2: 187 100% 65%;
  --chart-3: 180 100% 40%;
  --chart-4: 190 100% 55%;
  --chart-5: 196 100% 70%;
}